Home
last modified time | relevance | path

Searched hist:"8 aaa1230" (Results 1 – 1 of 1) sorted by relevance

/freebsd/
H A DMakefile.libcompat8aaa1230 Thu Aug 10 23:48:01 GMT 2023 Jessica Clarke <jrtc27@FreeBSD.org> Makefile.libcompat: Fix DTRACE variable

Back when Makefile.lib32 was turned into Makefile.libcompat, a typo was
introduced; it should have been LIBCOMPATDTRACE, but instead gained a
dollar sign in it as LIB$COMPATDTRACE (and with COMPATDTRACE not being
defined, was equivalent to ${LIB:U${DTRACE}}). This then meant it was
not converted to LIB${_LIBCOMPAT}DTRACE in 91d7edd549f5 ("Generalise
libcompat to be a list rather than a single option") and instead left
broken. Belatedly fix this long-standing seemingly-inconsequential bug.

Fixes: dba75e9fa5a9 ("Move Makefile.lib32 to Makefile.libcompat and generalize it.")